home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / MRAC / Ambitus System / ambitus-section < prev   
Text File  |  1998-08-11  |  575b  |  18 lines

  1. ambitus-section type range section pattern
  2.  
  3. 0-based
  4.  
  5. type  - :transpose :invert
  6. range - integer, symbol, pitch or instrument-name
  7.  
  8. This function enables ambitus operations to be made on ranges in multiple lists or sections.
  9.  
  10. (ambitus-section :transpose '((0 11) (11 24)) '(0 2)
  11.                  '((a b c d e f g h i j k l m n)
  12.                    (a b c d e f g h i j k l m n)
  13.                    (a b c d e f g h i j k l m n)))
  14.  
  15. => ((a b c d e f g h i j k l a b)  ; range 0 11
  16.     (a b c d e f g h i j k l m n)  ; no operation
  17.     (m n o p q r s t u v w l m n)) ; range 11 24
  18.